﻿
/* Existing tags */

/*background-image:url('Site_Resources/Backgrounds/svCQXxC.jpg');background-size:contain;*/
body {
    background-image: url("Site_Resources/Backgrounds/Grid.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
h1 {text-align:center;font-size:50px;color:black}
h2{font-size:28px;color:white; text-align:center}
h3{color:cyan}
h4{font-size:42px;color:white; text-align:center}
p {color:white;font-size:20px;text-align:left}
hr {color:white; background-color:white; height:5px; width:45%}
footer {text-align:center; font-size:.8em; padding:2% 0; clear:both;transition: margin-left .5s;}
article {border-right:2px blue solid; border-top:2px blue solid}
table {width:80%; border:2.2px solid #888; background-color:#333; padding:2px; margin:auto}
td {width:30%; margin:auto;font-size:18px; color:white; text-align:center; border-bottom:1px solid #888}
blockquote {text-align:justify}
blockquote:first-letter {font-size:1.8em; font-weight:bold}



/* IDs */
#wrapper {border :2px solid blue; padding: 14px}
#masthead {height: 152px; width: 600px; margin:auto; text-align: center; background-image:url(media/images/Masthead/Creation_refuge_mast.jpg)}
#left_col {width:65%; float:left}
#right_col {width:35%; float:right; background-color:#333}
#right_col2 {width:35%; float:right}
border-top-right-radius: 60px;border-bottom-left-radius: 60px;border-bottom-right-radius: 60px;}



/*Class*/
.news_box{ border: 2px #777 ridge;margin-left:1.8%}
.box {border :1px solid #777; padding: 12px; background-color:#555; font-size:x-large; text-align:center; width:92%; box-shadow:0 0 0 0.1em #CBE7EC}
.important {color:red;font-weight: bold; font-size:1.3em}
.to_left {text-align:left}
.highlight {background-color:#FF9;color:black}
.dates {color:green;font-weight: bold; font-size:1.2em}
.infobar {background-color:#E8E8E8; color: black}
.hyper_links {color:white}
.image{}

.inbox {
 width: 65%;
 margin:auto;
 }

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	margin: 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgba(255, 255, 255, 1);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}


.Csidenav {
      height: 100%; /* 100% Full-height */
      width: 0; /* 0 width - change this with JavaScript */
      position: fixed; /* Stay in place */
      z-index: 0; /* Stay on top */
      top: 0;
      left: 0;
      background-image: url("Site_Resources/Backgrounds/Grid.jpg");
      background-color: #111; /* Black*/
      overflow-x:auto; /* Disable horizontal scroll */
      overflow: auto;
      padding-top: 5px; /* Place content 60px from the top */
      transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }

.Csidenav
{
  color: #f1f1f1;
}
.Csidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: cyan;
    display: block;
    transition: 0.3s;
    padding: 3%;
}
.Csidenav a:hover
{
  color: black;
}



  /* The Overlay (background) */
  .nav_overlay{
  	width: 5%;
  	position: fixed;
  	z-index: 1; /* Sit on top */
  	left: 0;
  	top: 15%;
  	background-color: rgb(178,1,278); /* Black fallback color */
  	background-color: rgba(178,1,278, 0.9); /* Black w/opacity */
  	overflow-x: hidden; /* Disable horizontal scroll */
  	transition: 0.25s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  	text-align: center; /* Centered text/links */
  }

  .overlay {
  		/* Height & width depends on how you want to reveal the overlay (see JS below) */
  		height: 100%;
  		width: 0;
  		position: fixed; /* Stay in place */
  		z-index: 1; /* Sit on top */
  		left: 0;
  		top: 0;
  		background-color: rgb(0,0,0); /* Black fallback color */
  		background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
  		overflow-x: hidden; /* Disable horizontal scroll */
  		transition: 0.25s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }

  /* Position the content inside the overlay */
  .overlay-content {
  		position: relative;
  		top: 25%; /* 25% from the top */
  		width: 100%; /* 100% width */
  		text-align: center; /* Centered text/links */
  		margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  }


/*pop up*/
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.1); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 80%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}




/*Calender*/
.main {
width:200px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}
