
/*
                  __   __ 
            ___  / /__/_/
           / _ \/ //_/ / 
          /  __/ .< / /  
          \___/_/|_/_/  
       ___           ___
     /     \       /     \
    /  :::  \_____/  :::  \
   |                       |
   |                       |
   |   ===           ===   |
   |                       |  _____
   |    ~      Y      ~    | / ||| \
   |           |           ||       |
    \          ^          /.|       |.
     \___________________/ /        /
     /________(o)________\/        /
    /                     \       /
   |                       |     /
   |                       |    /
   | ______         ______ |___/
   |/      \       /      \|
   |        |     |        |
   |        |     |        |
   |__||||__|_____|__||||__|  
       
   designed by esmé kim-ison

                 			*/




@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Slab:wght@300&display=swap');


* {
  margin: 0;
  padding: 0;
}


/* Start text styles */


body {
	background-color: #F0F0FF;
	padding: 20px;
	}

h1 {
  font-size: 4.8rem;
  font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;    
	color: #1E3462;
    }

h2 {
  font-size: 4.2rem;
  font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;    
	color: #1E3462;
    }

h3 {
  font-size: 3.6rem;
  font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;    
	color: #1E3462;
  margin-top: 10px;
    }

h4 {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: 'Bebas Neue', sans-serif;    
  color: #1E3462;
  margin-top: 20px;
    }

p {
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	color: #1E3462;
  margin-top: 10px;
  line-height: 2.5rem;
	}

 ul {
	list-style-type: square;
	font-size: 1.2rem;
	line-height: 2.5rem;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	color: #1E3462;
  margin-left: 40px;
	}

li {
	display: list-item;
  line-height: 2.5rem;
	}

ul.navigation > li {
	list-style-type: none;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	color: #1E3462;
	text-align: center;
  display: inline-block;
  margin: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
	}


a:link {
    color: #5379CA;
    text-decoration: underline;
    }
    
a:visited {
    color:#1E3462;
    text-decoration: none;
    }
    
a:hover {
    color:#1E3462;
    text-decoration: underline;
    }
    
a:active {
    color:#5379CA;
    text-decoration: underline;
    }
   

li a {

    display: block;

    }
 
li a:link {
    color: #1E3462;
    text-decoration: none;
    }
    
li a:visited {
    color:#1E3462;
    text-decoration: none;
    }
    
li a:hover {
    color:#1E3462;
    text-decoration: underline;
    }
    
li a:active {
    color:#1E3462;
    text-decoration: underline;
    } 

/* End text styles */

/* Start positioning and sizing*/

nav {
    width:90%;
    margin:0 auto;
    list-style-type: none;
    padding-top: 20px;
    padding-bottom: 40px;
    }

img {
  max-width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}


.column3 {
    display: inline-block;
    width: 32%;
    padding-bottom: 50px;
    padding-right: 1%;
}

.column3-height {
    display: inline-block;
    height: 110vh;
    padding-bottom: 50px;
    padding-right: 2%;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
	}

/* End positioning and sizing*/


/* Start Getting to Know U(RL) Styles */

.container {
  text-align: center;
  width: 60%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* End Getting to Know U(RL) Styles */
