
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

@import url('https://fonts.googleapis.com/css?family=Charm|Cormorant+Unicase');

@import url('https://fonts.googleapis.com/css?family=Charm|Cormorant+Unicase|EB+Garamond');



.crazy{

    background-color:orange;

}

            nav a.crazy {

			color: black;

        font-weight: 600;

        font-size: 0.8rem;

        position: relative;

        text-decoration: none;

        background-color: orange;

        display: block;

        /*padding-top: 0.5rem;

        padding-bottom: 0.5rem;*/



    }



                nav a.crazy:hover {

            background-color: darkorange;

            color: black;

            font-weight: 600;

        }

.container-2x2-images{

    width: 50vw;

    height: 40vw;



    position: relative;

    margin: 0;

    padding: 0;

    display: grid;

    grid-template-columns: 1fr 1fr;

    grid-template-rows: 1fr 1fr;

    grid-gap: 1em;

}



.logo{

	background-image: url(images/bright-logo.png);

	background-size: 14vw;

	background-repeat: no-repeat;

	/*background-position: left: 50px;*/

	padding: 25px;

	

	overflow: visible;

	z-index: 100;

}



    img {

        padding-top: 3vh;

        height: auto;

        width: 100%;

    }



.COL100{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr;

    grid-gap: 0px;

    background-color: transparent;

}



.BORDER-TOP

{

    border-top-style: solid;

    border-color: silver;

    border-top-width: 1px;

	

}



.COL50-50{

    border-top-style: solid;

    border-color: silver;

    border-top-width: 1px;

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr 1fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL50-50-noborder{

    border-top-style: none;

    border-color: silver;

    border-top-width: 1px;

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr 1fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL75-25{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 3fr 1.5fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL33-66{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr 2fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL66-33-33{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 3fr 1fr 1fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL33-33-66{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr 1fr 3fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL33-33-33{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr 1fr 1fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL33-33-33     img {

        padding-top: 1vh;

        height: auto;

        width: 100%;

    }

.COL25-25-25-25{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr 1fr 1fr 1fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL50-25-25{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 2fr 1fr 1fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL25-25-50{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr 1fr 2fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL50-10-40{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 10fr 1fr 4fr;

    grid-gap: 10px;

    background-color: transparent;

}

.COL25-50-25{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr 2fr 1fr;

    grid-gap: 10px;

    background-color: transparent;

}

* {

    /*font-family: 'Cinzel', serif;*/

	font-family: 'EB Garamond', serif;

    font-size: 16px;

    margin: 0;

    padding: 0;

    color: black;

    

}



section{

    margin: 0;

    padding: 0;

}

body {

	font-size: 1rem;

    background-color: silver;

    height: 100vh;

    width: 100%;

    margin: 0;

    padding: 0;

}

p {

    font-family: 'EB Garamond', serif;

    font-weight: 400;

    margin: 0;

    font-size: 1.35rem;

    line-height: 2rem;

    padding: 2rem;

	padding-bottom: 1rem;

	padding-top: 1rem;

    color: black;

}



p a{

    font-family: 'EB Garamond', serif;

    font-weight: 400;

    margin: 0;

    font-size: 1.4rem;

    line-height: 2rem;

    color: black;

	text-decoration:underline;

}





p a:hover{

color:orange;

text-decoration:underline;

}



p a:hover strong{

color:orange;

}



.dark-back{

position: relative;

background-color: #333333;

border-radius: 5px 20px 5px 5px;



    animation-name:fleaanimation;

    animation-duration: 2s;

    animation-iteration-count: infinite;

	

}







@keyframes fleaanimation2

{

    0%{left: 0px;top: 0px;box-shadow: 1px 1px 1px #777777;}

    25%{left: 0px;top: 0px;box-shadow: 4px 4px 4px #777777;}

    50%{left: 70px;top: 0px;box-shadow: 7px 7px 7px #777777;}

    75%{left: 0px;top: 0px;box-shadow: 4px 4px 4px #777777;}

    100%{left: 0px;top: 0px;box-shadow: 1px 1px 1px #777777;}

}

.emailanim

{
    animation-name:emailanimation;

    animation-duration: 2s;

    animation-iteration-count: infinite;
}


@keyframes emailanimation

{

    0%{color:#777}

    25%{color:#777}

    50%{color:orange}

    75%{color:#777}

    100%{color:#777}

}



@keyframes fleaanimation

{

    0%{background-color:#000000}

    25%{background-color:#000000}

    50%{background-color:#333333}

    75%{background-color:#000000}

    100%{background-color:#000000}

}

.cta {

    font-family: 'Cinzel', serif;

    font-weight: 600;

    margin: 1vh;

    font-size: 1.15rem;

    line-height: 1.5rem;

    padding: 2rem;

	text-align:center;

    color: orange;



}



.cta a{

    font-family: 'Cinzel', serif;

    font-weight: 600;

    margin: 0;

    font-size: 1.15rem;

    line-height: 1.5rem;

    color: orange;

	text-decoration:underline;

}



.cta a:hover{

    font-family: 'Cinzel', serif;

    font-weight: 600;

    margin: 0;

    font-size: 1.15rem;

    line-height: 1.5rem;

    color: aliceblue;

	text-decoration:underline;

}





strong{

    font-family: 'EB Garamond', serif;

    font-weight: 600;

	font-size: 1.35rem;

    line-height: 1.25rem;

    color: black;

}



h1 {

	font-family: 'Cinzel', serif;

    margin: 0;

    padding: 0.25rem;

    padding-top: 1.8rem;

    font-size: 1.8rem;

    line-height: 2rem;

    color: orange;

}



h2 {

	font-family: 'Cinzel', serif;

    margin: 0;

    padding: 0.25rem;

    padding-top: 1.8rem;

    font-size: 1.5rem;

    line-height: 2rem;

    color: orange;

}



h3 {

	font-family: 'Cinzel', serif;	

    margin: 0;

    padding: 0.25rem;

    padding-top: 3rem;

    font-size: 1.25rem;

    line-height: 1.25rem;

    color: orange;

}





/*MAIN SECTION FOR CONTENT*/

.section-blue {

	position: relative;

	box-sizing: border-box;

	background-color: aliceblue;

	min-height: 50vh;

	height: auto;

	width: 100%;

	margin: 0;

	padding: 0;

	max-width: 100%;

	overflow: auto;

}



.header {

    position: relative;

    width: 100%;

    height: 50vh;

    

    background-image: url('images/banner.jpg');

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

}



.bannersmall {

    position: relative;

    background-color: rgba(0,0,0,0.7);

    top: 7.5vh;

    display: grid;

    width: 100%;

    height: 2rem;

    grid-template-columns: 1fr;

    /*animation-name: enter;

    animation-duration: 1.5s;

    animation-iteration-count: 1;

    animation-fill-mode: forwards;*/

    z-index: 11;

}

.bannersmall p{

    font-family: 'EB Garamond', serif;

    font-weight: 400;

    

    margin: 0;

    font-size: 1.15rem;

    /*line-height: 1.5rem;*/

    padding: 0;

    padding-right: 1rem;

    color: white;

    text-align: right;



}

.banner {

    position: relative;

    background-color: rgba(0,0,0,0.7);

    top: 8vh;

    display: grid;

    width: 100%;

    height: 18vh;

    grid-template-columns: 1fr 1.5fr;

    /*animation-name: enter;

    animation-duration: 1.5s;

    animation-iteration-count: 1;

    animation-fill-mode: forwards;*/

    z-index: 11;

}



















nav {

	font-family: 'Cinzel', serif;

    position: relative;

    width: 100%;

    height: 2rem;

    right: 1vw;

    box-sizing: border-box;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;

    margin: 0;

    padding: 0;

    text-align: center;

    grid-gap: 0.5vh;

    padding-top: 6vh;

    

}



    nav a {

	font-family: 'Cinzel', serif;

		color: white;

        font-weight: 500;

        font-size: 0.8rem;

        position: relative;

        text-decoration: none;

        background-color: #555;

        display: block;

        padding-top: 0.5rem;

        padding-bottom: 0.5rem;

        -webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */

        transition: background-color 1s;

    }



        nav a:hover {

            background-color: orange;

            color: black;

            font-weight: 600;

        }



/* THIS SECTION IS FOOTER STYLES*/







    .righttest{

    position: relative;

        margin-left: auto;

    margin-right: auto;

     padding-left: 0;

    

}

.lefttest{

    position: relative;

    padding-left: 0;

 

}





footer {

       border-top: solid;

   border-width: 2px;

   color: #777;

  



    position: relative;

    width: 100%;

    min-height: 24vh;

    background-color: #111;

    display: grid;

    grid-template-columns: 2fr 1fr 2fr;

    

    grid-gap: 0;

    padding: 0;

    padding-top: 4vh;

    padding-bottom: 1vh;

   

    z-index: -1;

}



       footer .logo{

    background-image: url('images/bright-logo.png');

    background-size: calc(height);

    

    background-repeat: no-repeat;

    background-position: center center;

    padding: 0px;

    overflow: visible;

    z-index: 100;

}



ul{

padding-left: 50px;

    font-family: 'EB Garamond', serif;

    position: relative; 

	

}



ol{

padding-left: 50px;

    font-family: 'EB Garamond', serif;

    position: relative;

	    line-height: 1.70rem;

}

ol li{

list-style: decimal;

}



 footer li{

list-style: none;

}



footer ul{



padding-left: 0;

    font-family: 'EB Garamond', serif;

    

    

}





li{

list-style: square;

    line-height: 1.75rem;

}







 

.under-footer{

    color: #312b2c;

   background-color: #111;

   width: 100%;

   

   border-top: solid;

   border-width: 1px;

    min-height: 10vh;

    text-align: center;

    vertical-align: central;

    padding-top: 1vh;

}

    .under-footer p {

        color: #999;

        padding: 0;

        font-size: 0.9rem;

		



    



    }







.right{

    position: relative;

        margin-left: auto;

    margin-right: auto;

     padding-left: 0;

}

.left{

    position: relative;

        margin-left: auto;

    margin-right: auto;

     padding-left: 0;

}



.line{

    width: 100%;

    border-style:solid;

    border-color: #777;

    border-width: 1px;

}

    footer a {

        font-family: 'EB Garamond', serif;

        position: relative;

        text-decoration: none;

        width: auto;

        background-color: transparent;

        color: #999;

    }



        footer a:hover {

            background-color: transparent;

            color: orange;

        }



        footer p{

            padding:0;

            color: #999;

            line-height: 1rem;

        }

              

              .heading{

    font-family: 'Cinzel', serif;

    

    font-weight: 600;

    margin: 0;

    font-size: 1.40rem;

    line-height: 1.5rem;

    padding: 0;

    padding-bottom: 1vh;

    color: orange;

}



@media screen and (max-width: 1023px) 

{

    .bannersmall p {

        font-family: 'EB Garamond', serif;

        font-weight: 400;

        margin: 0;

        font-size: 1.15rem;

        /*line-height: 1.5rem;*/

        padding: 0;

        color: white;

        text-align: center;

    }



    .banner {

    position: relative;

    background-color: rgba(0,0,0,0.7);

    top: 8vh;

    display: grid;

    width: 100%;

    height: 24vh;

    grid-template-columns: 1fr;
	grid-template-rows: 2;
    z-index: 11;

}

    .logo{

	background-image: url(images/bright-logo.png);

	background-size: 9rem;




    width:100%;

	background-repeat: no-repeat;

    background-position:center;

	/*background-position: left: 50px;*/

	padding: 0px;

	

	overflow: visible;

	z-index: 100;

}



    img {

        padding-top: 0;

        height: auto;

        width: 100%;

    }



    nav {

	font-family: 'Cinzel', serif;

    position: relative;

    width: 100%;

    height: 1rem;

    right: 1vw;

    box-sizing: border-box;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;

    margin: 0;

    padding: 0;

    text-align: center;

    grid-gap: 0.5vh;

    padding-top: 5vh;

    

}

        nav a {

	font-family: 'Cinzel', serif;

		color: white;

        font-weight: 500;

        font-size: 0.8rem;

        position: relative;

        text-decoration: none;

        background-color: #555;

        display: block;

        padding-top: 0.5rem;

        padding-bottom: 0.5rem;

        -webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */

        transition: background-color 1s;

    }

    .COL50-50{

    border-top-style: solid;

    border-color: silver;

    border-top-width: 1px;

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr;

    grid-gap: 10px;

    background-color: transparent;

}

    .COL33-33-33{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr;

    grid-gap: 10px;

    background-color: transparent;

}

    .COL75-25{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr;

    grid-gap: 10px;

    background-color: transparent;

}

    .COL33-66{

    box-sizing: border-box;

    display: grid;

    width: 100%;

    padding: 1vh;

    margin: 0;

    position: relative;

    grid-template-columns: 1fr 2fr;

    grid-gap: 10px;

    background-color: transparent;

}



    .section-blue {

	position: relative;

	box-sizing: border-box;

	background-color: aliceblue;

	min-height: 50vh;

	height: auto;

	width: 100%;

	margin: 0;

	padding: 0;

	max-width: 100%;

	overflow: hidden;

}

}

