* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

html {
    background:#FFFF;
    font-family: 'Open Sans', sans-serif;
}

.header {
    background-color: transparent;
    padding: 0px;
    background-color: rgb(63, 101, 153);
}

/*
.containertriangle {

    cursor: pointer;
}
*/  

.triangle1{
    transition: 0.4s;
    transform: translateY(1px);
}

.triangle2{
    transition: 0.4s;
    transform: translateY(0px);
}
            
.triangle1moved {
    background-color: transparent;
    transform: translateY(16px);
}
 
.triangle2moved {
    background-color: transparent;
    transform: translateY(-16px);
}


.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-family: 'Quicksand', sans-serif;
}

.menu li {
    padding: 10px;
    margin-bottom: 7px;
    background-color: transparent;
/*    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    display: inline-block;
    line-height: 30px;
}

       .menu li a::before{
            content:"";
            position:absolute;
            width:0;
            height:1px;
            top:-2px;
            right:50%;
            -webkit-transition:width .35s ease-in-out;
            transition:width .35s ease-in-out;
        }
        .menu li a:hover::after{
        width:100%;left:0}

        .menu li a:hover{
            -webkit-transition:.25s ease-in-out;
            transition:.25s ease-in-out;
            color:white;
            cursor:pointer;
            -webkit-transition:width .35s ease, color .35s ease;
            transition:width .35s ease, color .35s ease
}

        .menu li a{
            display:inline-block;
            position:relative;
            text-decoration:none;
            -webkit-transition:width .35s ease, color .35s ease;
            transition:width .35s ease, color .35s ease;
            border:none}

        .menu li a::after{
            content:"";
            position:absolute;width:0;height:1px;
            background:white;
            bottom:-2px;right:0;
            -webkit-transition:width .35s ease-in-out;
            transition:width .35s ease-in-out}


li a{
    text-decoration: none;
    color: #ffffff;
}
    

h1 {	
  font-family: 'Quicksand', sans-serif;
  font-size: 40px;
  text-align: center;    
  font-weight: 400;
  padding: 20px;
  margin: 0;
}


h2 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
}

h3 {
  color: black;
  font-family: 'Quicksand', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  margin: 0px 0px;
  text-align: center;
}

.logo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-family: 'Quicksand', sans-serif;
    background-color:transparent;
}

.logo li {
    background-color: transparent;
/*    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    display: inline-block;
      color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 320%;
  font-weight: 400;
  line-height: 2px;
  padding: 0px;
  margin: 0;
  background-color: transparent;

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}

#abehome{

/*
 background-position: center center;
  background-size: cover;
  height: 100px;
  width: 100%;
  */      
}

.imghome{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-width: 50%;
    }

.imgcenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    }

/*
.imgrabbi{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-width: 10%;
    }
*/
.imgbigopacity{
position:absolute;
opacity: 0.2;
width:40%;
padding: 2em;
right: 0px;
z-index: -1;
}

.bluesidetxt{
    background-color: rgb(63, 101, 153);
    color:#FFF;
}

