﻿.topnav-right {
  float: right;
  padding-top:60px;
  padding-right:20px;
  padding-bottom:0px;
  padding-left:0px;
  
      }

.topnav-left {
  float: left;
  padding-top:5px;
  padding-right:0px;
  padding-bottom:5px;
  padding-left: 40px;

}


.center-div {
  margin: 0 auto;
  text-align; left;

}

.bg {
background-image: url(images/AF_logo2.png);
background-repeat: no-repeat;
background-position: right top;
background-color: #f1f1f1;

}

.bg1 {
background-image: url(images/AF_logo3.png);
background-repeat: no-repeat;
background-position: center center;
background-color: #f1f1f1;

}

.noline a{
  text-decoration:none; 
   }
   
div.transbox {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 800px;
    -webkit-border-radius: 11px 11px 11px 11px;
  -moz-border-radius: 11px 11px 11px 11px;
  border-radius: 11px 11px 11px 11px;
    background: rgba(0, 0, 0, 0.4);
    border: 0px solid #666666;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

div.transbox p {
font-family: "Montserrat", sans-serif;
font-weight: normal;
color: #FFFFFF;
font-size: 24px;
line-height: 24px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin: 5%;
opacity: 100%;
text-align: center;

    }
    
div.transbox2 {
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 800px;
    -webkit-border-radius: 11px 11px 11px 11px;
  -moz-border-radius: 11px 11px 11px 11px;
  border-radius: 11px 11px 11px 11px;
    background: rgba(0, 0, 0, 0.4);
    border: 0px solid #666666;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}


h1.responsive {
    font-family: "Montserrat", sans-serif;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 10px;
    padding-left: 20px;
    text-align: center;
}

@media screen and (min-width: 601px) {
  h1.responsive {
     font-family: "Montserrat", sans-serif;
    font-size: 36px;
        line-height: 62px;
  }
}

@media screen and (max-width: 600px) {
  h1.responsive {
    font-size: 24px;
        line-height: 36px;
  }
  }
  
  h2.responsive {
    font-family: "Montserrat", sans-serif;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
    padding-left: 0px;
    text-align: left;
}

@media screen and (min-width: 601px) {
  h2.responsive {
     font-family: "Montserrat", sans-serif;
    font-size: 24px;
        line-height: 36px;
  }
}

@media screen and (max-width: 600px) {
  h2.responsive {
    font-size: 20px;
        line-height: 24px;
  }
  }
  
  h3.responsive {
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 10px;
    padding-left: 20px;
    text-align: center;
}

@media screen and (min-width: 601px) {
  h3.responsive {
     font-family: "Montserrat", sans-serif;
     color: #FFFFFF;
    font-size: 24px;
        line-height: 24px;
  }
}

@media screen and (max-width: 600px) {
  h3.responsive {
     font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    font-size: 13px;
        line-height: 13px;
  }
  }
  
 h4.responsive {
    font-family: "Montserrat", sans-serif;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 10px;
    padding-left: 20px;
    text-align: center;
}

@media screen and (min-width: 601px) {
  h4.responsive {
     font-family: "Montserrat", sans-serif;
    font-size: 36px;
        line-height: 62px;
  }
}

@media screen and (max-width: 600px) {
  h4.responsive {
    font-size: 24px;
        line-height: 36px;
  }
  }

.w3-ul1 {
  text-decoration:none;
  font-weight: 2em;

      }

 .w3-position {
  position: relative;
  padding-top: 45px;
  z-index: -1;

}

div.position2 {
  position: relative;
  padding-top: 0px;

}

video {
  width: 100%;
  height: auto;
}

.w3-input1{
  padding:8px;
  display:block;
  border:1px solid #ccc;
  width:160px;

  }


.alert {
     font-family:Verdana, sans-serif;
font-size:16px;
color:#000000;
  padding: 15px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;

  }
  
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

 /* Four columns side by side */
.column {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 30px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

 /* Three columns side by side */
.column3 {
  float: left;
    width: 33.3%;
    margin-bottom: 16px;
  padding: 0 30px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column3 {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.title2 {
  color: grey;
  font-size: 18px;
    line-height: 28px;

}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #4CAF50;
  text-align: center;
  cursor: pointer;
  width: 100%;

}

.button a:hover{
  background-color: #000000;
  width: 100%;
  
}

.color {
  color: #1e72ba;
  
}

.color2 {
  background-color: #0c6b88;
  
}

 .col-container {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
}

.col {
  display: table-cell; /* Make elements inside the container behave like table cells */
}