﻿body, html {
    height: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding-top: 0px;

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.1;
}



h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 69px;
}

h2,
.h2 {
  font-size: 49px;
}

h3,
.h3 {
  font-size: 26px;
}


.full-screen {
    height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


hr {
    width: 9%;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 5px solid #8CC63E;
}

#myFooter {
    background-color: #0D0D0D;
    color: white;
    padding-top: 30px;
}

#myFooter .footer-copyright {
    background-color: #0D0D0D;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    color: white;
    background-color: #8CC63E;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}


/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */

/*html{
    height: 100%;
}

body{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}*/

.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}

.section-title {
    position: relative;
    padding-bottom: 0px;
    text-align: center;
}

.bluebtn {
    color: white;
    background-color: #155EAC;
    border-radius: 30px;
    border: none;
    width: 200px;
    height: 60px;
    font-size: 24px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 35px;
}

.greenbtn {
    color: white;
    background-color: #8CC63E;
    border-radius: 30px;
    border: none;
    width: 200px;
    height: 60px;
    font-size: 24px;
    display: block;
    margin: 0 auto;
    line-height: 35px;
}

    .greenbtn.disabled,
    .greenbtn[disabled],
    fieldset[disabled] .greenbtn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #8CC63E;
    }

.whitebtn {
    color: #155EAC;
    background-color: white;
    border-radius: 30px;
    border: none;
    width: 150px;
    height: 50px;
    font-size: 24px;
    display: block;
    margin: 0 auto;
    line-height: 35px;
}

.parallax {
    /* The image used */
    /*background-image: url('../../Content/Images/hnws_sun0601_CG_Graduation1.jpg');*/
    /* Full height */
    height: 70%;
    opacity: 1;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




  
.image-caption {
  position: absolute;
  right: 15%;
  bottom: 20%;
  left: 15%;
  top: 25%;
  z-index: 10;
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}




@media screen and (min-width: 768px) {
  
  image-caption {
    right: 20%;
    left: 20%;
    top: 25%;
    /*padding-bottom: 30px;*/
  }

  /*h1{
      font-size:40px;
  }*/
  
}

@media screen and (min-width: 1000px) {
  
  image-caption {
    right: 20%;
    left: 20%;
    top: 25%;
    /*padding-bottom: 30px;*/
  }

  /*h1{
      font-size:40px;
  }*/
  
}



@media screen and (min-width: 600px) {
  
  /*image-caption {
    right: 20%;
    left: 20%;
    top: 25%;
    /*padding-bottom: 30px;
  }*/

  h1{
      font-size:40px;
  }
  
}

@media screen and (min-width: 1200px) {
  
.image-caption {
  position: absolute;
  right: 15%;
  bottom: 20%;
  left: 15%;
  top: 25%;
  z-index: 10;
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

  h1{
      font-size:69px;
  }
  
}
.descriptionbigger {
  color:#383838;
  font-size : 26px;
  color: #fff;
}

.descriptionbigger em {
  color: #8CC63E;
  font-style:normal;
}

@media screen and (max-width: 900px){
    .img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;

}

    .description {
  color:#383838;
  font-size : 12px;
  color: #fff;
}

.description em {
  color: #8CC63E;
  font-style:normal;
 font-weight: bold;
}

.descriptionbigger {
  color:#383838;
  font-size : 12px;
  color: #fff;
}

.descriptionbigger em {
  color: #8CC63E;
  font-style:normal;
}

  h1{
      font-size:40px;
  }

  h2{
      font-size: 38px;
  }
}

@media screen and (max-height: 360px){
    .img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;

}
    .image-caption{
        top:10%;
    }

    .description {
  color:#383838;
  font-size : 12px;
  color: #fff;
}

.description em {
  color: #8CC63E;
  font-style:normal;
 font-weight: bold;
}

.descriptionbigger {
  color:#383838;
  font-size : 12px;
  color: #fff;
}

.descriptionbigger em {
  color: #8CC63E;
  font-style:normal;
}

  h1{
      margin-top:30px;
      font-size:40px;
  }

  h2{
      font-size: 38px;
  }

  hr {
    display:none;
    margin-bottom: 10px;
}

  .greenbtn {
    color: white;
    background-color: #8CC63E;
    border-radius: 30px;
    border: none;
    width: auto;
    height: auto;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    line-height: 35px;
}
}

@media screen and (max-height: 900px) and (max-width: 600px) {
    .image-caption {
        top: 25%;
    }

    hr {
        display:none;
    }

    .greenbtn {
        color: white;
        background-color: #8CC63E;
        border-radius: 30px;
        border: none;
        width: auto;
        height: auto;
        font-size: 16px;
        display: block;
        margin: 0 auto;
        line-height: 35px;
    }


    /*@media screen and (min-height: 900px) {

        .image-caption {
            right: 20%;
            left: 20%;
            top: 35%;
        }

        h1 {
            font-size: 69px;
        }
    }*/

    .description {
        color: #383838;
        font-size: 20px;
        color: #fff;
    }

        .description em {
            color: #8CC63E;
            font-style: normal;
            font-weight: bold;
        }



    .manage-thumb {
        position: relative;
        width: 220px;
        height: 220px;
        text-align: center;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        /*border: 5px solid #171724;
  background-color: #171724;*/
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .manage-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        -moz-transition: all 0.35s;
        -o-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        opacity: 0;
    }

    .manage-social {
        position: absolute;
        width: 100%;
        top: -10%;
        text-align: center;
        margin-top: -10px;
        -moz-transition: all 0.35s;
        -o-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

        .manage-social a {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: #155EAC;
            font-size: 15px;
            margin: 4px;
        }

            .manage-social a i {
                display: inline-block;
            }

    .manage-thumb:hover .manage-overlay {
        opacity: 1;
    }

    .manage-thumb:hover .manage-social {
        top: 50%;
    }

    /**chef desc**/
    .manage-desc {
        padding: 15px;
        background-color: white;
        position: relative;
        min-height: 130.5px;
        text-align: center;
    }

        .manage-desc:before {
            content: " ";
            position: absolute;
            left: 45%;
            top: -14px;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            /*border-bottom: 15px solid #171724;*/
        }

        .manage-desc h4 {
            color: #383838;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .manage-desc em {
            color: #383838;
        }

        .manage-desc p {
            color: #383838;
            margin-bottom: 0px;
        }

        .manage-desc hr {
            width: 35%;
            margin-top: 0;
            margin-bottom: 8px;
        }

    .listStyle p {
        color: #383838;
        margin-left: 20px;
    }

    .listStyle {
        padding-left: 20px;
        color: #8CC63E;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        background-color: black;
        font-size: 20px;
    }

    .alumni-thumb {
        position: relative;
        width: 220px;
        height: 220px;
        text-align: center;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        /*border: 5px solid #171724;
  background-color: #171724;*/
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .alumni-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        -moz-transition: all 0.35s;
        -o-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        opacity: 0;
    }

    .alumni-social {
        position: absolute;
        width: 100%;
        top: -10%;
        text-align: center;
        margin-top: -10px;
        -moz-transition: all 0.35s;
        -o-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

        .alumni-social a {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: #155EAC;
            font-size: 15px;
            margin: 4px;
        }

            .alumni-social a i {
                display: inline-block;
            }

    .alumni-thumb:hover .alumni-overlay {
        opacity: 1;
    }

    .alumni-thumb:hover .alumni-social {
        top: 50%;
    }

    /**chef desc**/
    .alumni-desc {
        padding: 15px;
        background-color: #EFEFEF;
        position: relative;
        min-height: 130.5px;
        text-align: center;
    }

        .alumni-desc:before {
            content: " ";
            position: absolute;
            left: 45%;
            top: -14px;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            /*border-bottom: 15px solid #171724;*/
        }

        .alumni-desc h4 {
            color: #383838;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .alumni-desc em {
            color: #383838;
        }

        .alumni-desc p {
            color: #383838;
            margin-bottom: 0px;
        }
    /*.alumni-desc hr{
      width: 35%;
      margin-top:0;
      margin-bottom:8px
  }*/




    .alumni {
        padding: 80px 0;
        background-color: #eee;
        overflow: hidden;
    }

        .alumni .alumni-slide img {
            margin-bottom: 20px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }
        /*.alumni .alumni-slide h4 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #8cc739;
  /*color: #32c5d2;}*/

        .alumni .alumni-slide .flex-control-paging li a {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            border-radius: 0px;
        }

            .alumni .alumni-slide .flex-control-paging li a.flex-active {
                background: #8cc739;
            }



    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: -40px;
        text-align: center;
    }

    .slides, .flex-control-nav, .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .flex-control-nav li {
            margin: 0 6px;
            display: inline-block;
            zoom: 1;
        }

    /* Control Nav */
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: -40px;
        text-align: center;
    }

        .flex-control-nav li {
            margin: 0 6px;
            display: inline-block;
            zoom: 1;
            display: inline;
        }

    .flex-control-paging li a {
        width: 11px;
        height: 11px;
        display: block;
        background: #666;
        background: rgba(0,0,0,0.1);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
        -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
        box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    }

        .flex-control-paging li a:hover {
            background: #333;
            background: rgba(0,0,0,0.7);
        }

        .flex-control-paging li a.flex-active {
            background: #000;
            background: rgba(0,0,0,0.1);
            cursor: default;
        }

    .flex-control-thumbs {
        margin: 5px 0 0;
        position: static;
        overflow: hidden;
    }

        .flex-control-thumbs li {
            width: 25%;
            float: left;
            margin: 0;
        }

        .flex-control-thumbs img {
            width: 100%;
            display: block;
            opacity: .7;
            cursor: pointer;
        }

            .flex-control-thumbs img:hover {
                opacity: 1;
            }

        .flex-control-thumbs .flex-active {
            opacity: 1;
            cursor: default;
        }

    .flexslider {
        margin: 0 0 60px;
        background: #fff;
        border: 4px solid #fff;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
        box-shadow: 0 1px 4px rgba(0,0,0,.2);
        zoom: 1;
    }

    .flex-viewport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .loading .flex-viewport {
        max-height: 300px;
    }

    .flexslider .slides {
        zoom: 1;
    }

    .carousel li {
        margin-right: 5px;
    }

    .flexslider {
        margin: 0;
        padding: 0;
    }

        .flexslider .slides > li {
            display: none;
            -webkit-backface-visibility: hidden;
        }
        /* Hide the slides before the JS is loaded. Avoids image jumping */
        .flexslider .slides img {
            width: 100%;
            display: block;
        }

    .flex-pauseplay span {
        text-transform: capitalize;
    }

    /* Clearfix for the .slides element */
    .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    html[xmlns] .slides {
        display: block;
    }

    * html .slides {
        height: 1%;
    }

    /* No JavaScript Fallback */
    /* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
    .no-js .slides > li:first-child {
        display: block;
    }

    .flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus {
        outline: none;
    }

    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
}


